SwapIt / app / api / users / [id] / profile / route.js
route.js
Raw
import {op} from '@utils/user.mjs'

export const GET = async () => {
    try {
        const Products_Detail = await op.ReadProduct();
        
    } catch (error) {
        console.log(error)
    }
}